TextMessenger

Opens the Text messenger screen

Parameters

settings

The TextMessengerSettings to configure the message

Constructors

Link copied to clipboard

Types

Link copied to clipboard
data class TextMessengerSettings(val type: NavigationSpec.TextMessenger.Type = Type.Plain, val recipients: List<String>, val subject: String? = null, val body: String? = null, val attachments: List<Uri> = emptyList())

Settings for the text message

Link copied to clipboard
sealed class Type

The type of Text Message to send

Properties

Link copied to clipboard